Submit

Taskeract MCP Server

@Acqusys, LLC

Feed your MCP client context from your Taskeract projects.
Overview

Taskeract MCP Server

What is the MCP Server?

The Taskeract MCP (Model Context Protocol) server is a tool that integrates your Taskeract tasks directly with your IDE. It allows you to view, access, and update tasks without leaving your development environment.

Prerequisites

Before setting up the MCP server, ensure you have:

  • Node.js installed (version 16 or later)
  • A Taskeract account with a paid plan
  • An API key from Taskeract

Getting an API Key:

  1. Log in to your Taskeract account
  2. Navigate to "Account" > "API Keys"
  3. Click "Create API Key" and give it a name
  4. Copy the API key

Working with Tasks in Your IDE

Once the MCP server is running and connected to your IDE, you can seamlessly interact with Taskeract through your IDE's AI assistant. Here's what you can do:

Action Description Example Command View Projects Request a list of all projects available in you

ActionDescriptionExample Command
View ProjectsRequest a list of all projects available in your Taskeract account"Show me my Taskeract projects"
List TasksGet all tasks for a specific project, optionally filtered by status"List tasks in Project X"
Start WorkingBegin work on a specific task, automatically updating its status to "in progress" and loading all relevant context into your editor"I want to start working on task PROJ-123"
Ready for ReviewMark a task as ready for review when your implementation is complete"Mark task PROJ-123 as ready for review"

Context Loading

When you start a task, the MCP server provides your IDE's AI with comprehensive context including:

  • The task's description and requirements
  • The parent story's user-focused perspective
  • The feature's acceptance criteria
  • The project's technical rules and specifications
  • Related code structures and patterns

This enables the AI to generate more accurate, contextually aware code suggestions tailored to your specific task and project requirements.

Server Config

{
  "mcpServers": {
    "taskeract": {
      "command": "npx",
      "args": [
        "@taskeract/mcp"
      ],
      "env": {
        "TASKERACT_API_KEY": "YOUR_API_KEY"
      }
    }
  }
}
© 2025 MCP.so. All rights reserved.

Build with ShipAny.